home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / dev / c / crc32fj.readme < prev    next >
Encoding:
Text File  |  2000-07-01  |  1.3 KB  |  32 lines

  1. Short:    Crc32fj - Cycle Redundancy Check 32-bit
  2. Author:   Finn Jacobs <finnjacobs@gmx.net>
  3. Uploader: Finn Jacobs <finnjacobs@gmx.net>
  4. Type:     dev/c
  5.  
  6. CRC32 - Cycle Redundancy Check 32-bit:
  7.  
  8. mostly the best way of getting a "fingerprint" of something
  9. to check for valid data. But this program (routines) are not
  10. a guideline to this. If you want more information about crc's
  11. then check "file verification using crc" by Mark R. Nelson in
  12. Dr.Dobb's Journal, May 1992, pp64-67, or "understanding CRCs"
  13. by Tim Kientzle in Dr. Dobb's Journal, April 1997, pp103-107.
  14. Both articles are best for understanding crc's :)
  15.  
  16. I programmed this routines to have good and fast routines in
  17. back for my projects. So you will find a generator for crc32
  18. to a memoryblock and to a filestream.
  19.  
  20.  
  21. ============================= Archive contents =============================
  22.  
  23. Original  Packed Ratio    Date     Time    Name
  24. -------- ------- ----- --------- --------  -------------
  25.     6064    4000 34.0% 06-Aug-99 10:18:14  crc32
  26.     1376     704 48.8% 06-Aug-99 10:29:42  crc32.c
  27.     2145     930 56.6% 06-Aug-99 10:17:08  crc32fj.c
  28.      766     408 46.7% 06-Aug-99 10:18:08  crc32fj.h
  29.      773     453 41.3% 06-Aug-99 11:00:10  crc32fj.readme
  30. -------- ------- ----- --------- --------
  31.    11124    6495 41.6% 02-May-100 21:59:48   5 files
  32.